Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multi threaded server
Search - multi threaded server - List
一个多线程web服务器实例(C,Linux,详细的web服务器原理)-A multi-threaded web server instance (C, Linux, detailed principles of web server)
Update : 2024-05-06 Size : 70656 Publisher : jinchao

DL : 0
在Java出现之前,编写多线程程序是一件烦琐且伴随许多不安全因素的事情。利用Java,编写安全高效的多线程程序变得简单,而且利用多线程和Java的网络包我们可以方便的实现多线程服务器程序。-In Java before, the preparation of multi-threaded process is a cumbersome and unsafe factors associated with many things. The use of Java, the preparation of safe and efficient multi-threaded process becomes simple and the use of multi-threading and Java network packages that we can facilitate the realization of multi-threaded server program.
Update : 2024-05-06 Size : 8192 Publisher : myhuih

DL : 0
计算机网络课程设计--多线程服务器在线多人聊天室(源程序和报告)-Computer network curriculum design multi-threaded server online multiplayer chat room (the source code and reports)
Update : 2024-05-06 Size : 35840 Publisher : 梁小小

不错的sock5服务器代码,用到了C++的STL,以及多线程-Good sock5 server code, used in the C++ The STL, as well as multi-threaded
Update : 2024-05-06 Size : 4096 Publisher : cooldiyer

DL : 0
类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其?BR>-QQ is similar to LAN chat software, including server-side and client-side procedures, the use of tcp/ip socket programming multi-threaded, server-side client is mainly responsible for the registration of land user, the user access to information. Responsible for their client? BR>
Update : 2024-05-06 Size : 15360 Publisher : ujfjskqgb

用TCP协议实现了群聊功能,也可以端对端聊天,包括建立服务器端,建立客户端,对话框的设计,是学习网络不可多得的例子,特别是用多线程处理服务器端-TCP protocol used to achieve the group chat feature, you can chat with end-to-end, including the establishment of server-side, the establishment of the client, the dialog box design, is a rare example of a learning network, especially in dealing with multi-threaded server-side
Update : 2024-05-06 Size : 868352 Publisher : lincy

DL : 0
Server-Client 通信模拟,支持多线程.当有多个用户链接时,服务器只与其中一个链接,其他的排队等待.每隔5秒,服务器会选择队列的下一个进行通信.-Server-Client communication simulation, support for multi-threaded. When there are multiple users link, the server with only one of the links to other queues. Every five seconds, the server will choose the next queue to communicate.
Update : 2024-05-06 Size : 5120 Publisher : 高伦

DL : 0
第6章 Java C/S结构编程 197 实例67 实现C/S多线程 198 实例68 客户端程序 200 实例69 服务器端程序 201 实例70 C/S结构聊天室 203 实例71 基于C/S的小游戏 209 实例72 应用C/S数据库 237 实例73 实现客户端程序 242 实例74 实现一个简单的代理服务器 246 实例75 C/S结构的分布式运算 248-Chapter 6 Java C/S structure 197 programming examples 67 to achieve C/S multi-threaded 198 examples of 68 client program 200 examples of 69 server-side program 201 examples of 70 C/S structure of the chat room 203 examples of 71 based on C/S small Application of 209 examples of 72 games C/S database of 237 examples of 73 to achieve the client program 242 examples of 74 to achieve a simple proxy server 246 examples of 75 C/S structure of the Distributed Computing 248
Update : 2024-05-06 Size : 121856 Publisher : zmm

DL : 0
是一个多线程虚函数实现的c++版的socket程序-Is a multi-threaded virtual function realized c++ Version of the socket program
Update : 2024-05-06 Size : 1024 Publisher : iriver

多线程服务器功能: 从同一局域网的不同主机发起请求; 从同一机器的多个浏览器发起请求; 访问各种格式文件;-Multi-threaded server functions: different LAN from the same host initiated request the number of machines from the same browser to initiate the request access to a variety of format
Update : 2024-05-06 Size : 3072 Publisher : yuhuan

DL : 0
实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问-Realize a function of a simple HTTP proxy server, this chapter introduces the multi-threaded programming-related knowledge, including the initialization of critical and delete critical paragraph, the use of multiple threads to complete the critical paragraph of resources on the critical mutex visit
Update : 2024-05-06 Size : 453632 Publisher : 朱江

Using client-server architecture, write a multi-threaded server which returns results of mathematical functions such as sqrt(x),sin(x), cos(x), tan(x), etc. and a companion client to invoke these functionalities from a remote machine.
Update : 2024-05-06 Size : 2048 Publisher : Li xiaoteng

DL : 0
基于ACE开发的简单的UDP服务器以及客户端,并实现广播的功能。-Based on the ACE to develop a simple UDP server and client, and to realize the function of broadcasting.
Update : 2024-05-06 Size : 186368 Publisher : 郑剑芳

DL : 0
多线程的一个程序,FTP的一个服务器端,简单易用,代码很容易懂。用C++开发。-A multi-threaded program, FTP, a server-side, easy to use, the code is easy to understand. With C++ Development.
Update : 2024-05-06 Size : 58368 Publisher : 张晓

tftp功能服务器及客户端的实现,可多线程下载上传文件,有数据报传输跟踪信息,对协议入门编程者有很大帮助-tftp server and client function of the realization of multi-threaded download to upload files, and data transfer tracking information reported on the agreement entry programmers are very helpful
Update : 2024-05-06 Size : 24576 Publisher : 苏惠华

DL : 0
利用UDP实现的多线程发送和接受数据包。-Achieved using multi-threaded UDP send and receive packets.
Update : 2024-05-06 Size : 8192 Publisher : 朱东杰

DL : 0
简单的java聊天室 客户端 服务器端 具有多线程功能 -Simple java chat client with multi-threaded server-side functionality
Update : 2024-05-06 Size : 2048 Publisher : sdpy2130

DL : 0
socket编程,linux下使用,包含单线程和多线程两种情况-socket programming, linux use, including single-threaded and multi-threaded two situations
Update : 2024-05-06 Size : 14336 Publisher : 郭江亮

DL : 0
visual c++写的多线程聊天室,里面附加一定的注释,比较易懂-visual c++ writing multi-threaded chat rooms, which some additional notes, compared to understand
Update : 2024-05-06 Size : 90112 Publisher : StephenChen

使用线程池的多线程TELNET服务器代码,使用DELPHI的标准网络控件-The use of thread pool TELNET server multi-threaded code, the use of standard network control DELPHI
Update : 2024-05-06 Size : 196608 Publisher : qianzd
« 1 2 3 45 6 7 8 9 10 ... 32 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.